More of the same
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 15 May 2006 14:37:32 +0000 (14:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 15 May 2006 14:37:32 +0000 (14:37 +0000)
docs/reference/gtk/tree_widget.sgml

index 32bbd474631fa4fcf6308c5fb5a0a4be3b1a942a..63959004fdf52987f49bb4a6c0ad0428cd2aa0e8 100644 (file)
@@ -242,7 +242,7 @@ tree_selection_changed_cb (GtkTreeSelection *selection, gpointer data)
       and puts them together.  Note that the model is never populated 
       with data &mdash; that is left as an exercise for the reader.  
       More information can be found on this in the #GtkTreeModel section.
-      <informalexample><programlisting><![CDATA[
+      <informalexample><programlisting>
 enum
 {
    TITLE_COLUMN,
@@ -311,7 +311,6 @@ setup_tree (void)
    /* Now we can manipulate the view just like any other GTK widget */
    ...
 }
-]]>
       </programlisting></informalexample>
     </para>
   </refsect1>